Skip to content

Conversation

@mihai-sysbio
Copy link
Contributor

@mihai-sysbio mihai-sysbio commented Jan 5, 2026

In this PR, I aimed to refresh/improve the website in preparation for wider usage, by:

  • including some calls to action on the landing page
  • making the Sources page more user friendly
  • streamlining the Documentation page
  • simplyfing the navigation bar, including the Publication page

Some further to-dos are suggested below, either as further commits in this PR or to report as separate issues:

  • updating the Gitter channel - the current one is for bio.tools
  • the mermaid snippet in Documentation fails to be rendered
  • the Applications page still used the old/tabular design

See some screenshots below:

image image

Note: As soon as the other PR gets merged, this one will be only contain the redesign commit.

@mihai-sysbio mihai-sysbio marked this pull request as ready for review January 9, 2026 09:18
@supernord
Copy link
Contributor

@mihai-sysbio - I can't modify this PR, so I'll add comments instead to review the changes

gtag: G-CNXER21LC6
# Google analytics tag

remote_theme: ELIXIR-Belgium/[email protected]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is an old version of the ETT.
Consider updating to v5.0.0.

{% endmermaid %}
</div>
</p>
{% mermaid %}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This rendering fails


## Contributing guidelines

We welcome any contribution to the project. Please refer to the [governance document](https://github.com/research-software-ecosystem/content/blob/master/GOVERNANCE.md), and get in contact with us (see _Contact Information_).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this governance doc be moved to this website? @hmenager

---
# Feel free to add content and custom Front Matter to this file.
# To modify the layout, see https://jekyllrb.com/docs/themes/#overriding-theme-defaults
title: Contributors
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
title: Contributors
title: Credits

---


The Research Software Ecosystem is built by a community across ELIXIR and collaborating organisations. The list below is generated from `_data/CONTRIBUTORS.yml`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
The Research Software Ecosystem is built by a community across ELIXIR and collaborating organisations. The list below is generated from `_data/CONTRIBUTORS.yml`.
## Contributors
The Research Software Ecosystem is built by a community across ELIXIR and collaborating organisations. The list below is generated from `_data/CONTRIBUTORS.yml`.


The ELIXIR Research Software Ecosystem is supported and coordinated by [ELIXIR Europe](https://elixir-europe.org/).

## Credits
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
## Credits
## Acknowledgements

subitems:
- title: Licence
url: /licence
- title: Contributors
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- title: Contributors
- title: Credits & Contributors

---

RSEc metadata supports a variety of downstream applications, from workflow catalogues to benchmarking dashboards. Browse the examples below to see how the ecosystem is reused and get inspiration for your own integrations.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
{% include callout.html type="important" content="Want to build on RSEc? Start with the [documentation](/docs), explore the [sample metadata folders](https://github.com/research-software-ecosystem/content/tree/master/data), and open an [issue](https://github.com/research-software-ecosystem/content/issues) if you need guidance." %}


RSEc metadata supports a variety of downstream applications, from workflow catalogues to benchmarking dashboards. Browse the examples below to see how the ecosystem is reused and get inspiration for your own integrations.

<div class="alert alert-primary mt-3" role="alert">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<div class="alert alert-primary mt-3" role="alert">

RSEc metadata supports a variety of downstream applications, from workflow catalogues to benchmarking dashboards. Browse the examples below to see how the ecosystem is reused and get inspiration for your own integrations.

<div class="alert alert-primary mt-3" role="alert">
Want to build on RSEc? Start with the <a href="/docs">documentation</a>, explore the <a href="https://github.com/research-software-ecosystem/content/tree/master/data">sample metadata folders</a>, and open an <a href="https://github.com/research-software-ecosystem/content/issues">issue</a> if you need guidance.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Want to build on RSEc? Start with the <a href="/docs">documentation</a>, explore the <a href="https://github.com/research-software-ecosystem/content/tree/master/data">sample metadata folders</a>, and open an <a href="https://github.com/research-software-ecosystem/content/issues">issue</a> if you need guidance.


<div class="alert alert-primary mt-3" role="alert">
Want to build on RSEc? Start with the <a href="/docs">documentation</a>, explore the <a href="https://github.com/research-software-ecosystem/content/tree/master/data">sample metadata folders</a>, and open an <a href="https://github.com/research-software-ecosystem/content/issues">issue</a> if you need guidance.
</div>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
</div>

</div>
</div>
</div>

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{% include callout.html type="important" content="Prefer a direct contact? Reach out via the Gitter channel and we will connect you with the right person on the team." %}

</div>
</div>

<div class="alert alert-info mt-3" role="alert">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<div class="alert alert-info mt-3" role="alert">

</div>

<div class="alert alert-info mt-3" role="alert">
Prefer a direct contact? Reach out via the Gitter channel and we will connect you with the right person on the team.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Prefer a direct contact? Reach out via the Gitter channel and we will connect you with the right person on the team.


<div class="alert alert-info mt-3" role="alert">
Prefer a direct contact? Reach out via the Gitter channel and we will connect you with the right person on the team.
</div>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
</div>

@supernord
Copy link
Contributor

@mihai-sysbio / @hmenager

Overall I like the new structure.

Comments below:

  • Using v3.0.0 of ETT -> consider moving to 5.0.0
  • Copyright statement is missing from the footer
  • Consider adding more links to the footer
  • We can update the tiles on all pages to be more interactive -> as an example here is a link to the tiles used for the Australian structural bio community: https://australian-structural-biology-computing.github.io/activities
  • Title on index page should be Research Software Ecosystem
    • Another option would be to completely remove this heading, and modify the blue text

I suggest the following change to the development process for the website (or something similar to this).

  1. Merge the changes here (if others approve)
  2. Create a release branch
  3. Modify main branch during development
  4. When ready, merge main branch with release branch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants